The collection of subindexes for this IndexQuery<(Of <(<'T>)>)>.

Namespace:  C1.LiveLinq.Indexing.Search
Assembly:  C1.LiveLinq (in C1.LiveLinq.dll)

Syntax

C#
public ScannerCollection<T> Indexes { get; }
Visual Basic
Public ReadOnly Property Indexes As ScannerCollection(Of T)
	Get

Implements

IIndexedSource<(Of <(<'T>)>)>..::..Indexes

See Also